home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / nct06010.geo / 00086.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  141 b   |  9 lines

  1. on exitFrame
  2.   global theLocalTime
  3.   if (the ticks - theLocalTime) < 60 then
  4.     go(the frame)
  5.   else
  6.     set theLocalTime to 0
  7.   end if
  8. end
  9.